CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多边形 点

搜索资源列表

  1. OpenGL命令和例程概述

    0下载:
  2. 许多O p e n G L命令直接影响诸如点、线、多边形以及位图等O p e n G L对象的绘制。而另一些 命令,例如那些用于反走样或纹理操作的命令,主要用来控制图像如何生成。还有一些命令则 关注帧缓冲区的操作。
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:480565
    • 提供者:
  1. inpoly.zip

    0下载:
  2. 判断点是否在多边形之内
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2241
    • 提供者:
  1. Draw1Doc

    0下载:
  2. 简单的绘图程序,能画点,直线,多边形等,比较简单,希望有人认同-simple drawing program, can draw points, lines, polygons, etc., relatively simple, hoping that someone will recognize
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:978
    • 提供者:
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. ninpoly

    1下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, N points to determine whether this constitutes a convex polygon
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:730
    • 提供者:zh
  1. convexpolygon

    1下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, N points to determine whether this constitutes a convex polygon
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:100723
    • 提供者:lela900
  1. apointandgiven

    0下载:
  2. 如何判断一个点与多边形的关系,的c语言实现过程-How to determine the relationship between a point and polygon
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:34856
    • 提供者:吴金刚
  1. area

    1下载:
  2. 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:791
    • 提供者:秦稼轩
  1. All

    1下载:
  2. 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:72489
    • 提供者:韩帅
  1. dil

    0下载:
  2. 根据坐标 求出多边形面积的软件 只要输入个人点坐标 能求出多边形的面积-visual basic program of geography it is so easy to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2054
    • 提供者:dilmurat
  1. HH_GIS_SpAn

    0下载:
  2. GIS空间分析工具,我们的空间分析课程设计包含道格拉斯抽样、曲线插值与光滑、多边形最小凸包、点群分布参数(分布中心、分布密度、分布轴线等)。基本功能都实现了。-GIS spatial analysis tools, our curriculum includes Douglas spatial analysis sampling, interpolation and smooth curve, the minimum convex polygon, point group distributio
  3. 所属分类:GIS program

    • 发布日期:2017-05-16
    • 文件大小:4198939
    • 提供者:黄华
  1. Painter

    1下载:
  2. 画图,OpenGL实现,可以画点,线,圆,椭圆,矩形,多边形等,可以设置颜色和线的粗细,点的大小-Drawing, OpenGL implementation, can draw points, lines, circles, ellipses, rectangles, polygons, etc., you can set the color and line thickness, point sizes
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:105198
    • 提供者:芳琪
  1. 多边形扫描线填充原始算法

    0下载:
  2. 扫描线算法适合对矢量图形进行区域填充,只需要直到多边形区域的几何位置,不需要指定种子点,适合计算机自动进行图形处理的场合使用,比如电脑游戏和三维CAD软件的渲染等等。(The scan line algorithm for vector graphics regional filling, need only geometric position until the polygon, do not need to specify the seed point for automatic comp
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2305024
    • 提供者:洛洛云九
  1. JudgePointInPolygon

    0下载:
  2. 窗体实现多边形绘制并判断点是否在多边形内(Form to achieve polygon drawing, and determine whether the points in the polygon)
  3. 所属分类:C#编程

    • 发布日期:2017-12-27
    • 文件大小:75776
    • 提供者:咪咕噜咚
  1. DrawPolygon

    1下载:
  2. 这是MFC界面画多边形,每点一次画一个点,双击完成画多边形。可以随意拉动多边形的角,改变多边形的形状,可用其来选中界面的一部分,多边形整体也可以移动。(This is the MFC interface drawing polygon, each point drawing one point at one time, double click to finish the polygon. The angle of the polygon can be pulled freely and the
  3. 所属分类:界面编程

  1. AreaDistanceToolsUtils

    0下载:
  2. 经度在围成多边形内,用于GIS计算1111111111111111111(The longitude is within the polygon)
  3. 所属分类:Maple

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:yancj
  1. 任意多边形碰撞检测

    1下载:
  2. 任意多边形碰撞检测,在android手机上直观显示两个图形 ■■■■■■■■说明★★★★★★★★ 点击屏幕设置顶点坐标 点击手机菜单键设定下一个多边形的顶点 其他更多操作请自行阅读源码的onTouchEvent()查看操作按键 本算法不是最优算法,仅作测试用
  3. 所属分类:android开发

  1. FloodFill-Algorithm

    1下载:
  2. 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
  3. 所属分类:图形图像处理

    • 发布日期:2019-03-22
    • 文件大小:11171840
    • 提供者:FanYang
  1. 判断点是否在多边形内

    1下载:
  2. matlab代码,判断二维空间中点是否在任意多边形内,包括凸多边形和凹多边形。
  3. 所属分类:Windows编程

  1. 画可移动改变的多边形

    1下载:
  2. MFC界面画多边形,每点一次画一个点,双击完成画多边形。可以随意拉动多边形的角,改变多边形的形状,可用其来选中界面的一部分,多边形整体也可以移动。(MFC interface draws polygon, each point draws a point at a time, double-click to complete drawing polygon. You can pull the corners of the polygon at will to change the shape o
  3. 所属分类:GDI/图象编程

    • 发布日期:2020-08-21
    • 文件大小:149504
    • 提供者:sdasdads
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com